@font-face {
            font-family: 'Divlit';
            src: url('fontfont/divlit001.woff2') format('woff2'),
                 url('fontfont/divlit001.woff') format('woff'),
                 url('fontfont/divlit001.otf') format('opentype');
        }
        @font-face { 
          font-family: Radio Stars; 
          src: url('fontfont/Radio Stars.otf') format('opentype');
          font-weight: normal;
          font-style: normal;
        }
        
        body {
            background-color: #1c0404;
            color: #ff2121;
            font-family: 'Divlit', sans-serif;
        }
        h1, h2, h3, h4 {
          font-family: 'Divlit', Verdana, sans-serif;
          
        }
        p {
          font-family: 'Radio Stars', Verdana, serif;
        }
        .wrapper-main {
          width: 1750px;
          margin: auto;
          align-content: center;
          
        }
        .myButton {
          color: rgb(28, 4, 4); font-size: 30px; line-height: 3px; padding: 15px; border-radius: 10px; font-family: 'Radio Stars'; font-weight: normal; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none;
          background-image: linear-gradient(to right, rgb(255, 33, 33) 0%, rgb(255, 33, 33) 100%); box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px 5px inset; border: 0px solid rgb(28, 110, 164); display: inline-block;}
          .myButton:hover {
            background: rgb(255,33,33); 
            }
          .myButton:active {
            background: rgb(255,33,33); 
          }
         .myButton a {
           font-family: inherit; 
           text-decoration: none;
           color: inherit;
            
          }
          .container {
            text-align: center;
          }
          a {
            text-decoration: none;
          }
          li {
            display: inline-block;
            justify-content: center;
          }
          ul.myUL {
            display: inline-block;
            text-align: center;
            margin: 2px;
          }